home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / codegen / codegen.exe / {app} / CodeGen.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Encoding:
Text File  |  2002-09-13  |  2.2 KB  |  103 lines

  1. object Form4: TForm4
  2.   Left = 416
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sprachauswahl'
  7.   ClientHeight = 249
  8.   ClientWidth = 314
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clMenuText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 100
  24.     Height = 110
  25.     Picture.Data = {<image001.jpg>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 128
  29.     Top = 48
  30.     Width = 132
  31.     Height = 20
  32.     Caption = 'Sprachauswahl'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -16
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold, fsItalic, fsUnderline]
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 128
  43.     Width = 234
  44.     Height = 13
  45.     Caption = 'Bitte w'#228'hle, welche Sprache du nutzen m'#246'chtest:'
  46.   end
  47.   object FileListBox1: TFileListBox
  48.     Left = 8
  49.     Top = 144
  50.     Width = 145
  51.     Height = 97
  52.     ItemHeight = 13
  53.     Mask = '*.cgl'
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 192
  58.     Top = 168
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&W'#228'hlen'
  62.     TabOrder = 1
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 192
  67.     Top = 200
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Abbrechen'
  71.     TabOrder = 2
  72.     OnClick = Button2Click
  73.   end
  74.   object XPMenu1: TXPMenu
  75.     DimLevel = 30
  76.     GrayLevel = 10
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clMenuText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     Color = clBtnFace
  83.     IconBackColor = clBtnFace
  84.     MenuBarColor = clBtnFace
  85.     SelectColor = clHighlight
  86.     SelectBorderColor = clHighlight
  87.     SelectFontColor = clMenuText
  88.     DisabledColor = clInactiveCaption
  89.     SeparatorColor = clBtnFace
  90.     CheckedColor = clHighlight
  91.     IconWidth = 24
  92.     DrawSelect = True
  93.     UseSystemColors = True
  94.     OverrideOwnerDraw = False
  95.     Gradient = False
  96.     FlatMenu = False
  97.     AutoDetect = True
  98.     Active = True
  99.     Left = 288
  100.     Top = 224
  101.   end
  102. end
  103.